ArcFM Responder Mobile Developer Guide
CopyFrom(T) Method






Create a copy from another instance. Copies all values except AutoIncrement columns
Syntax
'Declaration
 
Public Overloads Sub CopyFrom( _
   ByVal other As T _
) 
'Usage
 
Dim instance As ResponderObjectBaseGeneric(Of T)
Dim other As T
 
instance.CopyFrom(other)
public void CopyFrom( 
   T other
)
public procedure CopyFrom( 
    other: T
); 
public function CopyFrom( 
   other : T
);
public: void CopyFrom( 
   T* other
) 
public:
void CopyFrom( 
   T^ other
) 

Parameters

other
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members
Overload List

Send Feedback